projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95ae7b7
)
meson: Make sure ENABLE_NLS is actually defined
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 27 Aug 2017 20:01:24 +0000
(16:01 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 27 Aug 2017 20:09:05 +0000
(16:09 -0400)
Despite the comment, we ended up without ENABLE_NLS.
config.h.meson
patch
|
blob
|
history
diff --git
a/config.h.meson
b/config.h.meson
index b1f286b9b5b8134c0f97bacdc1be63979c110a92..09ab069f2096b328097b3a8e144656ea49e43fdc 100644
(file)
--- a/
config.h.meson
+++ b/
config.h.meson
@@
-1,7
+1,7
@@
/* config.h.in. Generated from configure.ac by autoheader. */
/* always defined to indicate that i18n is enabled */
-#
mesondefine ENABLE_NLS
+#
define ENABLE_NLS 1
/* The prefix for our gettext translation domains. */
#mesondefine GETTEXT_PACKAGE